PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package
/
PDFCosArray Class
/ add Method
The object to be added to the end of the array.
Collapse All
Expand All
In This Topic
add Method
In This Topic
Adds an object to the end of the array.
Syntax
public
void
add(
PDFCosObject
item
)
Parameters
item
The object to be added to the end of the array.
Exceptions
Exception
Description
java.lang.IllegalArgumentException
Thrown when the item is null.
See Also
Reference
PDFCosArray Class
PDFCosArray Members